Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
JavaScript Tutorial
1) Animation
2) Array
3) Date
4) Development
5) Dialogs
6) Document
7) Dojo Toolkit
8) DOM Node
9) Drag Drop
10) Event
11) Form
12) Function
13) Global
14) GUI Components
15) History
16) HTML Tags
17) JQuery
18) Language Basics
19) Location
20) Math
21) MS JScript
22) Navigator
23) Number Data Type
24) Object Oriented
25) Operators
26) Regular Expressions
27) Screen
28) Statement
29) String
30) Style
31) Window
32) XML
Language Basics
1) Assign one variable to another variable
2) Braces indicate code blocks
3) Declare two variables in the same line
4) Define javascript code in BODY section
5) Define message in one block and output it in another
6) Define script in HEAD section
7) Define variable and assign value
8) Do simple calculation
9) End-of-line semicolons are optional
10) Hide scripts using comments
11) HTML Template Page supporting the JavaScript
12) Keywords
13) Mix complicated code with HTML
14) Mix simple code with HTML
15) Multiline comments
16) Naming Variables
17) Reassigning value to Variables
18) Reference a variable without declaration
19) Reference javascript source file stored outside
20) Reserved Words
21) SCRIPT tags
22) Single line comments
23) The noscript Tag
24) The Semicolon
25) Use parenthesis in expression
26) Use parenthesis in expression 2
27) Use self to reference the current document
28) Use the script tag to incluse your javascript code
29) Variable Scope
30) Variables
31) Variables can hold different types of values at different times
32) Variables dont have to be declared before being used
33) Working With JavaScript Variables